home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / FluxSmooth.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  45 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="FluxSmooth">
  4.   <description>Fluctuating pixels are wiped from existence by averaging it with its neighbours.</description>
  5.   <filters>
  6.     <filter name="FluxSmoothST" category="Spatio-Temporal Smoothers" helpfile="fluxsmooth" type="clip">
  7.       <description>... in a spatio-temporal way.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="False" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="temporal_threshold" type="int" default="7" max="0" min="0" step="0" optional="True" paramList="False">
  18.           <description>Temporal neighbour pixels within this threshold from the current pixel are included in the average. If set to -1, no spatial smoothing occurs.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="spatial_threshold" type="int" default="7" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>Spatial neighbour pixels within this threshold from the current pixel are included in the average. If set to -1, no spatial smoothing occurs.</description>
  23.           <items />
  24.         </parameter>
  25.       </parameters>
  26.     </filter>
  27.     <filter name="FluxSmoothT" category="Temporal Smoothers" helpfile="fluxsmooth" type="clip">
  28.       <description>... in a temporal way.</description>
  29.       <colorspaces>
  30.         <colorspace>yv12</colorspace>
  31.         <colorspace>yuy2</colorspace>
  32.       </colorspaces>
  33.       <parameters>
  34.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  35.           <description />
  36.           <items />
  37.         </parameter>
  38.         <parameter name="temporal_threshold" type="int" default="7" max="0" min="-1" step="0" optional="True" paramList="False">
  39.           <description>Temporal neighbour pixels within this threshold from the current pixel are included in the average. If set to -1, no spatial smoothing occurs.</description>
  40.           <items />
  41.         </parameter>
  42.       </parameters>
  43.     </filter>
  44.   </filters>
  45. </plugin>